home *** CD-ROM | disk | FTP | other *** search
/ IRIX 6.2 Development Libraries / SGI IRIX 6.2 Development Libraries.iso / dist / complib.idb / usr / share / catman / p_man / cat3 / complib / CH.z / CH
Text File  |  1996-03-14  |  4KB  |  67 lines

  1.  
  2.  
  3.  
  4. ____CCCCHHHH((((3333FFFF))))                                                                ____CCCCHHHH((((3333FFFF))))
  5.  
  6.  
  7.  
  8. NNNNAAAAMMMMEEEE
  9.      CH, SCH -  EISPACK routine.  This subroutine calls the recommended
  10.      sequence of subroutines from the eigensystem subroutine package (EISPACK)
  11.      to find the eigenvalues and eigenvectors (if desired) of a COMPLEX
  12.      HERMITIAN matrix.
  13.  
  14.  
  15. SSSSYYYYNNNNOOOOPPPPSSSSYYYYSSSS
  16.           ssssuuuubbbbrrrroooouuuuttttiiiinnnneeee  cccchhhh((((nnnnmmmm,,,,nnnn,,,,aaaarrrr,,,,aaaaiiii,,,,wwww,,,,mmmmaaaattttzzzz,,,,zzzzrrrr,,,,zzzziiii,,,,ffffvvvv1111,,,,ffffvvvv2222,,,,ffffmmmm1111,,,,iiiieeeerrrrrrrr))))
  17.           iiiinnnntttteeeeggggeeeerrrr           nnnnmmmm,,,, nnnn,,,, mmmmaaaattttzzzz,,,, iiiieeeerrrrrrrr
  18.           ddddoooouuuubbbblllleeee pppprrrreeeecccciiiissssiiiioooonnnn aaaarrrr((((nnnnmmmm,,,,nnnn)))),,,, aaaaiiii((((nnnnmmmm,,,,nnnn)))),,,, wwww((((nnnn))))
  19.           ddddoooouuuubbbblllleeee pppprrrreeeecccciiiissssiiiioooonnnn zzzzrrrr((((nnnnmmmm,,,,nnnn)))),,,, zzzziiii((((nnnnmmmm,,,,nnnn)))),,,, ffffvvvv1111((((nnnn)))),,,, ffffvvvv2222((((nnnn)))),,,, ffffmmmm1111((((2222,,,,nnnn))))
  20.  
  21.           ssssuuuubbbbrrrroooouuuuttttiiiinnnneeee sssscccchhhh((((nnnnmmmm,,,,nnnn,,,,aaaarrrr,,,,aaaaiiii,,,,wwww,,,,mmmmaaaattttzzzz,,,,zzzzrrrr,,,,zzzziiii,,,,ffffvvvv1111,,,,ffffvvvv2222,,,,ffffmmmm1111,,,,iiiieeeerrrrrrrr))))
  22.           iiiinnnntttteeeeggggeeeerrrr           nnnnmmmm,,,, nnnn,,,, mmmmaaaattttzzzz,,,, iiiieeeerrrrrrrr
  23.           rrrreeeeaaaallll             aaaarrrr((((nnnnmmmm,,,,nnnn)))),,,, aaaaiiii((((nnnnmmmm,,,,nnnn)))),,,, wwww((((nnnn))))
  24.           rrrreeeeaaaallll             zzzzrrrr((((nnnnmmmm,,,,nnnn)))),,,, zzzziiii((((nnnnmmmm,,,,nnnn)))),,,, ffffvvvv1111((((nnnn)))),,,, ffffvvvv2222((((nnnn)))),,,, ffffmmmm1111((((2222,,,,nnnn))))
  25.  
  26.  
  27.  
  28. DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
  29.      On INPUT
  30.  
  31.      NNNNMMMM must be set to the row dimension of the two-dimensional array
  32.      parameters as declared in the calling program dimension statement.
  33.  
  34.      NNNN is the order of the matrix  A=(AR,AI).
  35.  
  36.      AAAARRRR and  AI  contain the real and imaginary parts, respectively, of the
  37.      complex hermitian matrix.
  38.  
  39.      MMMMAAAATTTTZZZZ is an integer variable set equal to zero if only eigenvalues are
  40.      desired.  Otherwise it is set to any non-zero integer for both
  41.      eigenvalues and eigenvectors.  On OUTPUT
  42.  
  43.      WWWW contains the eigenvalues in ascending order.
  44.  
  45.      ZZZZRRRR and  ZI  contain the real and imaginary parts, respectively, of the
  46.      eigenvectors if MATZ is not zero.
  47.  
  48.      IIIIEEEERRRRRRRR is an integer output variable set equal to an error completion code
  49.      described in section 2B of the documentation.  The normal completion code
  50.      is zero.
  51.  
  52.      FFFFVVVV1111 , FV2, and  FM1  are temporary storage arrays. Questions and comments
  53.      should be directed to B. S. Garbow, APPLIED MATHEMATICS DIVISION, ARGONNE
  54.      NATIONAL LABORATORY
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.                                                                         PPPPaaaaggggeeee 1111
  64.  
  65.  
  66.  
  67.